Manage discount type tanslations.
Name | Type | Is Mandatory |
---|---|---|
DiscountTypeTranslationId | String | |
DiscountTypeId | Int16 | |
LanguageId | String | |
Label | String | |
DiscountType | DiscountType | |
Language | Language |
Select all DiscountTypeTranslations
https://customerapi.fts-crm360.com/data/DiscountTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"DiscountTypeTranslationId" : "9xmmzup",
"DiscountTypeId" : "2",
"LanguageId" : "dy1zmna0d0hT6csz",
"Label" : "GbyHS13"
},
{
"DiscountTypeTranslationId" : "jt3r4fz",
"DiscountTypeId" : "2",
"LanguageId" : "XAcRpB M bm0BT5znn",
"Label" : "UlK79pB4"
},
...
]
Select DiscountTypeTranslation by Id
https://customerapi.fts-crm360.com/data/DiscountTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"DiscountTypeTranslationId" : "IkUuK ErV4bZ8",
"DiscountTypeId" : "9",
"LanguageId" : "QThZ93Q3lz",
"Label" : "LDenmIRDP"
}